Vcenter Namespaces Networks Nsx SharedSubnets ListResult

Vcenter Namespaces Networks Nsx SharedSubnets ListResult
Vcenter Namespaces Networks Nsx SharedSubnets ListResult

The Vcenter Namespaces Networks Nsx SharedSubnets ListResult schema represents the result of the GET /vcenter/namespaces/networks/nsx/shared-subnets operation.

This schema was added in vSphere API 9.1.1.0.

JSON Example
{
    "subnets": [
        {
            "subnet": "string",
            "name": "string",
            "nsx_path": "string",
            "compatible": false,
            "incompatibility_reasons": [
                {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": "Vapi Std NestedLocalizableMessage Object",
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                }
            ]
        }
    ]
}
subnets
Required  

List of the current page of Subnets.

This property was added in vSphere API 9.1.1.0.